From: Jo-Philipp Wich Date: Mon, 8 Mar 2010 01:49:58 +0000 (+0000) Subject: applications/luci-statistics: increase default graph width to 600px X-Git-Tag: 0.10.0~836 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=7ab8b51bd;p=project%2Fluci.git applications/luci-statistics: increase default graph width to 600px --- diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index f418f19266..fe3a1cba94 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -1,6 +1,6 @@ config 'statistics' 'rrdtool' option 'default_timespan' '1hour' - option 'image_width' '400' + option 'image_width' '600' option 'image_path' '/tmp/rrdimg' config 'statistics' 'collectd'